<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document akakaz */
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

strong,a,span,li {
	font-size: 14px;
}

img {
	border: none;
	max-width: 100%;
	transition: 0.3s;
}
a, a:active, a:visited, a:hover {
	color: #333;
	text-decoration: none;
}
ul, li, ol {
	list-style: none;
}
i,em {font-style:normal;}
/* CSS Document */
/* 样式重置-----------------------------------------------------------------------------------------------------*/
::-webkit-input-placeholder{
	color:#fff;
}
:-moz-placeholder{
caret-color:#fff;
}
::-moz-placeholder{
	color:#fff;
}
:-ms-input-placeholder{
flood-color:#fff;
}
.mes-form ::-webkit-input-placeholder{
	color:#333;
}
.mes-form :-moz-placeholder{
caret-color:#333;
}
.mes-form ::-moz-placeholder{
	color:#333;
}
.mes-form :-ms-input-placeholder{
flood-color:#333;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow:0 0 0 60px #2567c3 inset; 
	-webkit-text-fill-color: #fff;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}
/*修改滚动条*/
::-webkit-scrollbar {
	width: 6px;
	height:6px;
  }
  ::-webkit-scrollbar-track {
	background: #fff;
  }
  ::-webkit-scrollbar-thumb {
	background: #2567c3;
	border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb:window-inactive {
	background: #2567c3;
  }
  ::-webkit-scrollbar-thumb:vertical:hover {
	background: #2567c3;
  }

/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.text-center{
	text-align: center;
}


/* 兼容清除浮动和错位 */
a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ec3b02;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.f-oh{
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.crumbs a,.crumbs{
	font-size: 16px;
}
.crumbs{
	padding-top: 1%;
	padding-bottom: 2%;
}
.mz{font-size:14px;}


/* 主体宽度设置
----------------------------------------------------------------------------------------------------*/
body {
	background: #fff;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.disline{
	display: inline-block;
	vertical-align: middle;
}
.imgbox{
	overflow: hidden;
}
.imgbox img{
	max-width: 100%;
	transition: 0.3s;
	display: inline-block;
}
.imgbox:hover img{
	transform: scale(1.1);
}
.inpage{
	padding-top: 1%;
}
.container{width: 1300px;}
/*header*/
.header .tels{
	font-size: 16px;
	text-align: right;
}
.header .tels span{
	font-size: 28px;
	color: #333;
	font-family: "微软雅黑";
    font-weight: bold;
}
.headtop{
	width: 100%;
    max-width: 1920px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    color: #fff;
	background-color: #333;
}

.headtop a{
	color: #fff;
	transition: 0.3s;
}
.headtop a:hover{
	color: #f5c300;
}
.header{
	height: 105px;
	padding-top: 25px;
	position: relative;
}
header .webtit{
	border-left: 2px solid #bbbbbb;
	padding-left: 2%;
	margin-left: 2%;
	margin-top: 10px;
	font-size: 16px;
}
header .top{
	position: relative;
	background-color: #005097;
	border-bottom: 2px solid #da251e;
}
header .top::before{
	content: "";
	display: block;
	width: 18%;
	height: 111%;
	position: absolute;
	top: -5px;
	left: 0;
	background: #da251e;
	transform: skew(20deg) translateX(-10px);
}





header .webtit&gt;p:last-child{
	margin-top: 8px;
	display: flex;
	justify-content: space-around;
}
header .webtit&gt;p span{display: inline-block;border-radius: 8px;color: #fff;padding: 6px 10px;background-color: #2567c3; width: 30%;text-align: center;}
header .tel{font-family: fantasy,'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;font-size: 22px;font-weight: bolder;    margin-top: 25px;display: block;}
header .tel img{display: inline-block;margin-right: 8px;}
nav{
	background-color: #2567c3;
}
.mainbav&gt;li{
	float: left;
	width: 12.5%;
	text-align: center;
	position: relative;
}
.mainbav&gt;li::after{
	content: "";
	display: block;
	width: 100%;
	height: 111%;
	position: absolute;
	top: -5px;
	left: 8px;
	transition: 0.3s;
}
.mainbav&gt;li.act::after{
	background: #da251e;
	transform: skew(20deg) translateX(-10px);
}
.mainbav&gt;li.act a::after{display: none;}
.mainbav&gt;li.on::after{
	background: #da251e;
	transform: skew(20deg) translateX(-10px);
}
.mainbav&gt;li.on a::after{display: none;}


.mainbav&gt;li&gt;a{
	display: block;color: #fff;
	font-size: 16px;line-height: 56px;
	transition: 0.3s;
	position: relative;
	z-index: 1;
}



.subnav{
	width: 100%;
	position: absolute;
    transform: scaleY(0);
    opacity: 0;
    transition: all 0.3s;
	transform-origin: top;
	z-index: 2;
}
.subnav li{	width: 100%;background-color: #2567c3;border-bottom: 1px solid #bbbbbb;transition: 0.3s;}
.subnav li a{
	color: #fff;
	padding: 15px 5px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	background-color: #2567c3;
	transition: 0.3s;
}


/* banner */
.banner{
	width: 100%;
    /* height: 660px; */
    display: flex;
    position: relative;
	z-index: 0;
	padding-bottom: 35%;
}
.banner .swiper-container{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner .swiper-slide{overflow: hidden;}
.banner .slide-inner{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
/* bannerend */

.title{
	width: 100%;
	margin: 20px auto;
}
.title p{
	line-height: 1px;
	color: #e8e8e8;
	font-size: 60px;
	font-family: sans-serif;
	font-weight: bolder;
	text-transform: capitalize;
	margin-bottom: -5px;
}
.title h3{
	color: #333333;
	font-weight: bolder;
	font-size: 28px;
	display: inline-block;
	margin: auto;
	position: relative;
}
.title h3 font{
	color: #005097;
}
.title span{
	color: #6c6c6c;
	font-size: 16px;
	line-height: 3;
	display: inline-block;
}
/* product */
/* .title h3::before{content: "";width: 45px;height: 3px;display: inline-block;vertical-align: middle;background-color: #2567c3;margin-right: 4%;} */
/* .title h3::after{content: "";width: 45px;height: 3px;display: inline-block;vertical-align: middle;background-color: #2567c3;margin-left: 4%;} */
.procls ul{overflow: hidden;text-align: right; margin-bottom: 25px;margin-top: 15px;}
.procls ul li{display: inline-block;}
.procls ul li a{
	margin: 0 5px;line-height: 1.85;border: 1px solid #ccc;

	display: inline-block; font-size: 15px;transition: 0.3s;padding: 5px 12px;
}
.procls ul li a:hover{
	background-color: #005097;
	border-color: #005097;
	color: #fff;
}
.procls ul li.mores a{
	width: 41px;
}
.index .product{
	padding-top: 4%;
	background-image: url(../images/probg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}


.probox ul{border-top: 3px solid #2567c3;margin-right: 10%;}
.probox ul li a{font-size: 18px;display: block;line-height: 47.5px;color: #4a4a4a;
	padding: 10px 0 10px 10%;transition: 0.5s;
	background-image: url(../images/gobg.jpg);background-repeat: no-repeat;background-size: 0% 100%;}
.probox ul li:hover a{background-size: 100% 100%; color: #fff;}
.probox ul li.on a{background-size: 100% 100%; color: #fff;}
.probox .mores{display: block;font-size: 18px;text-align: center;margin-right: 10%;line-height: 3; background-color: #2567c3;margin-top: 15px;color: #fff;}
.probox .conta{
	color: #333;
	font-size: 14px;
	line-height: 35px;
	margin-bottom: 15%;
	margin-top: 35px;
	margin-right: 5%;
}
.probox .conta h5{
	color: #fff;
	line-height: 2.2;
	font-size: 22px;
	font-weight: bold;
	background: #005097;
	text-align: center;
	margin-bottom: 15px;
	margin-top: -2px;
}
.probox .conta li{
	border: 1px solid #dddddd;
}
.probox .conta  li img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.probox .conta li h4{
	color: #000;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    border-top: 1px solid #f1f1f1;
	background: #f1f1f1;
	transition: 0.3s;
}
.probox .conta li:hover h4{
	color: #fff;
	background-color: rgba(12, 66, 140, .7);
}
.center-content{padding: 2% 1%;}
.layui-layer-iframe{
	max-width: 100%;
}

.goodscard .swiper-container-multirow-column&gt;.swiper-wrapper{
	flex-direction: inherit;
}
.goodscard .swiper-slide a{
	display: block;
	overflow: hidden;
	margin: 0 auto 10%;
	position: relative;
	width: 90%;
}
.goodscard .swiper-slide img{
	width: 100%;
	height: 310px;
	object-fit: cover;
}
.goodscard .swiper-slide .name{
	position: absolute;
	bottom: 10%;
	background-color: rgba(255, 255, 255, .7);
	transition: 0.3s;
	width: 84%;
	left: 5%;
	padding: 1.5% 0;
	color: #333;
}
.goodscard .swiper-slide .name p{
	text-transform: uppercase;
	font-size: 14px;
}
.goodscard .swiper-slide .name span{
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #f5c300;
	height: 0px;
	opacity: 0;
	overflow: hidden;
	transition: 0.3s;
}
.goodscard .swiper-slide-active .name{
	color: #333333;
}
.goodscard .swiper-slide h4{
	font-size: 16px;
	
	text-align: center;
	line-height: 2;
}

@media (min-width:768px){



	.advbox .leftadv li:nth-child(1){padding-left: 18%;}
	.advbox .leftadv li:nth-child(2){padding-left: 7%;}
	.advinner .right ul li:nth-child(1){padding-left:0;padding-right: 12%;}
	.advinner .right ul li:nth-child(2){padding-left:0;padding-right: 4%;}

	.mainbav&gt;li&gt;a::after{
		content: '\\';
		float: right;
	}
	.mainbav&gt;li:last-child a::after{
		display: none;
	}
	.subnav li:hover{
		background-color: #fff;
	}
	.subnav li a:hover{
		background-color: #fff;
	}
	.mainbav&gt;li ul a:hover{color: #fff;background-color: #da251e;}
	.mainbav&gt;li:hover::after{
		background: #da251e;
		transform: skew(20deg) translateX(-10px);
	}
	.mainbav&gt;li.on&gt;a{color: #fff;}
	.mainbav&gt;li.on&gt;a::after{display: none;}
	.mainbav&gt;li:hover a::after{display: none;}
	.mainbav&gt;li:hover .subnav{
		opacity: 1;
		transform: scaleY(1);
	}
	.goodscard .swiper-slide .name:hover{
		color: #fff;
		background-color:#005097;
	}
	/*.goodscard .swiper-slide-active .name{
		color: #fff;
		background-color:#005097;
	}*/
	.goodscard .swiper-slide-active .name h4::before{background-color: #f5c300;}
	.goodscard .swiper-slide-active .name h4::after{background-color: #f5c300;}
	.goodscard .swiper-slide-active .name span{opacity: 1;height: 38px;margin: 10px auto;}
}

.goodscard .pro a{
	display: block;
	border: 1px solid #d6dce5;
	width: 94%;
	overflow: hidden;
	margin: auto;
	padding: 10px;
	margin-bottom: 25px;
}
.goodscard .pro h4{
	font-size: 14px;
	text-align: center;
	line-height: 2;
	color: #242323;
	margin-top: 10px;
}
.goodscard .pro img{ width: 100%;height: 190px;object-fit: contain;}

.goodscard .pro .no-goods{text-align: center;margin: 10% auto;}
.goodscard .pro .no-goods img{ height: auto;width: auto;}

.goodinfo .swiper-container{
	width: 95%;
}
.goodinfo .gallery-top{margin-bottom: 15px;}
.goodinfo .gallery-top .swiper-slide {
    padding-bottom: 65%;
    background-size: contain;
    background-repeat: no-repeat;
  background-position:center;
}
.goodinfo .gallery-thumbs .swiper-slide{
	cursor: e-resize;
	padding-bottom: 15%;
	background-size: contain;
    background-repeat: no-repeat;
  background-position:center;
	border:1px solid #fff;
	transition: 0.3s;
}
.goodinfo .gallery-thumbs .swiper-slide-thumb-active{
	border:1px solid #005097;
}
.goodall h2{
	color: #005097;
	line-height: 2.5;
	font-size: 28px;
	font-weight: bold;
}
.goodall ul{
	font-size: 16px;
	line-height: 35px;
	color: #616161;
	border: none;
}
.goodall ul li{font-size: 16px;}
.goodall .telall{
	font-size: 16px;
	border-top: 1px solid #ccc;width: 80%;
    margin-top: 4%;
    padding-top: 5%;
}
.goodall .telall a{font-size: 22px;font-weight: bold;color: #035191;}
.goodall .read{
	display: inline-block;
	background-color: #6d99d7;
	padding: 10px 45px;
	border-radius: 8px;
	transition: 0.3s;
	color: #fff;
	margin-top: 5%;
	font-size: 18px;
	border: 1px solid #6d99d7;
}
.goodall .read:hover{
	color: #6d99d7;
	background-color: #fff;
	border: 1px solid #6d99d7;
}
.prodefault .top{
	margin-top: 3.5%;
	border-bottom: 1px solid #6d99d7;
}
.prodefault .top h4{
	display: inline-block;
	background-color: #005097;
	color: #fff;
	padding: 12px 26px;
	font-size: 20px;
}


/*advbox*/
.advbox{
	color: #fff;
	padding: 0 0;
	margin: 20px auto;
	position: relative;
	background-image: url(../images/advbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.advbox::after{
	content: '';
	width: 100%;
	height: 65.5%;
	background-color: #f8f8f8;
	position: absolute;
	bottom: 0;z-index: -1;
}
.advbox .inner{
	width: 100%;
	max-width: 1128px;
	margin: auto;
}
.advbox .container .title p{
	font-weight: 400;
	opacity: 0.5;
	line-height: 2;
}
.advbox .container .title h4{
    font-weight: bolder;
    font-size: 30px;
	margin: auto;
	display: inline-block;
	background-color: #005097;
	color: #fff;
	padding: 10px 7.5%;    
}
.advbox h6{font-size: 24px;line-height: 36px;}
.advbox p{font-size: 15px;opacity: 0.8;}
.advbox .leftadv li{
	margin-bottom: 20%;
	margin-top: 21%;
	white-space: nowrap;
}
.advbox .leftadv li .img{
	width: 100px;
	text-align: center;
	position: relative;
}
.advbox .leftadv li span{
	font-size: 45px;
	position: relative;
	z-index: 1;
}
.advbox .leftadv li  i{
	position: absolute;
	z-index: 0;
	display: block;
	left: 5%;
	top: -10%;
	width: 88px;
	height: 76px;
	background-color: transparent;
	border: 5px solid #fff;
    -webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
    clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
	padding: 2rem 25%;
	transform: rotate(90deg);
	transition: 0.36s;
	border-radius: 50%;
}
.advbox .leftadv li:hover i{
	border-radius: 0%;
	background-color: #005097;
	border: 1px solid #005097;
}


.advinner{
	margin-top: 3%;
}
.advinner .left{
	transition: 0.3s;
	transform: translateY(14%) scale(1.1);
}
.advinner .left:hover{
	transform: translateY(8%) scale(1.1);
}
.advinner .right{
	margin-left: 0%;
	text-align: right;
}
.advinner .right .top{
	margin-bottom: 7%;
	margin-top: 5%;
}
.advinner .right .top h5{
	color: #f5c300;
	font-size: 30px;
	font-weight: bold;
}
.advinner .right .top&gt;div:first-child{
	max-width: 50%;
}
.advinner .right .top&gt;div:last-child{
	width: 40%;
	padding-left: 5%;
	margin-top: -2.5%;
}
.advinner .right .top p{
	font-size: 36px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}
.advinner .title{
	text-align: center;
	margin-top: 14%;
	
}
.advinner .title h2{color: #fff;font-size: 48px;font-weight: bold;line-height: 2;}
.advinner .title p{font-size: 15px;}


.advinner .right .advinfo h6{font-size: 30px;font-weight: bold;}
.advinner .right .advinfo h6 span{ color: #005097;font-size: 30px}
.advinner .right .advinfo p{text-transform: uppercase;color: #999999;}
.advinner .right .advinfo ul{    margin-top: 15px;}
.advinner .right .advinfo ul li{
	line-height: 38px;
	font-size: 16px;
}
.advinner .right .advinfo ul li span{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #ccc;
	margin-right: 8px;
}
/* msgbox */

.msgbox{
	background-image: url(../images/msgbg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 2% 0;
	margin: 40px auto;
	color: #fff;
	font-size: 16px;
}
.msgbox .text{
	text-align: right;
}
.msgbox .text h3{
	font-size: 24px;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 15px;
}
.msgbox .consimg{
	margin-top: 6%;
	font-size: 30px;
	
	font-family: 'Russo One', sans-serif;
	font-family: "微软雅黑";
	font-weight: bold;
}
.msgbox .consimg span{
	font-size: 30px;
}
.msgbox .consimg a{
	font-weight: bold;
	display: inline-block;
	padding: 8px 30px;
	border-radius: 50px;
	font-size: 18px;
	color: #095eb8;
	background-color: #ffffff;
	vertical-align: super;
	margin-left: 5%;
	transition: 0.3s;
}
.msgbox .consimg a:hover{
	color: #ef821e;
	transform: translateY(-5px);
	box-shadow: 5px 5px 5px #ef821e;
}
/* case */
.case .swiper-container {
	width: 100%;
	margin: 35px 0;
}

@media screen and (max-width: 668px) {
	.case .swiper-container {
		margin: 20px 0 15px;
	}
}
.case .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

@media screen and (max-width: 668px) {
	.case .swiper-slide {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}
.case .swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}
@media screen and (max-width: 668px) {
	.case .swiper-slide-active,.swiper-slide-duplicate-active {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}
.case{padding: 4% 0 0;}
.case .name .domore{
	font-size: 15px;
	color: #333;
	text-align: right;
	margin-top: 5%;
	text-transform: uppercase;
	position: relative;
	display: block;
}
.case .name .domore::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 2.5%;
	width: 10%;
	height: 2px;
	background-color: #333;
}

.case .swiper-slide a{
	display: block;
	transition: 0.3s;
	color: #242323;
	background-color: #f3f3f3;
}
.case .swiper-slide a img{
	width: 100%;
	height: 360px;
	object-fit: cover;
}
.case .swiper-slide .title{
	margin: 0;
	font-size: 18px;
	line-height: 49px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.case .swiper-slide:hover a{
	color: #fff;
	background-color: #2567c2;
}

.case .casebox .box-fw{position: relative;}
.case .casebox .box-fw .info{
	color: #fff;
	text-align: center;
	font-size: 20px;
	position: absolute;bottom: 0;width: 100%;
	background-color: rgba(0, 0, 0, .7);
	transition: 0.3s;
	padding-bottom: 15px;
	opacity: 0;
}
.case .casebox .box-fw .info p{
	font-size: 16px;
}
.case .casebox .swiper-slide{
	opacity: 0.5;
}
.case .casebox .swiper-slide-active{
	opacity: 1;
}
.case .casebox .swiper-slide-active .box-fw .info{
	opacity: 1;
}
.case .casebox .swiper-container-multirow-column&gt;.swiper-wrapper{
	flex-direction: unset;
}
.case .casebox .button&gt;div{
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: rgba(0, 0, 0, .79);
}
.case .casebox .button&gt;div::after{
	font-size: 15px;
}
/* .case .casebox .button .swiper-button-prev{left: -11px;} */
/* .case .casebox .button .swiper-button-next{right: -11px;} */


/* company */
.company{
	padding: 2%  0px;
	position: relative;
	overflow: hidden;
}
.company .inner{
	width:85%;
	min-width: 360px;
	float: right;
}
.company .combox::after{
	content: "";
	position: absolute;
	width: 30%;
	/* height: 249.06px; */
	padding-bottom: 13%;
	left: 0;
	bottom: 5%;
	z-index: -1;
	background-color: #005097;
}
.combox .cominfo{margin-top: 11%;}
.combox .name{margin-bottom: 5.5%;}
.combox .name .gocom{
	margin-top: -4%;
	color: #fff;
	display: block;
	font-size: 36px;
	background-color: #da251e;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #da251e;
	border-radius: 50%;
	transition: 0.3s;
	position: relative;
	float: right;
	display: inline-block;
}
.combox .name .gocom::after{
	content: "";
	display: block;
	width: 135%;
	height: 135%;
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	left: -17%;
	top: -17%;
	background-color: rgba(0, 80, 151, .3);
	zoom: 1.2;
	transition: 0.3s;
}
.combox .name .gocom:hover::after{
	width: 200%;
	height: 200%;
	left: -50%;
	top: -50%;
}
.combox .cominfo .title{
	margin: unset;
	padding-bottom: 0%;
	margin-bottom: 5%;
}
.combox .cominfo h2{
	font-size: 24px;
	line-height: 2.8;
	font-weight: bolder;
	color: #3d3d3d;
	margin-bottom: 3%;
	border-bottom: 1px solid#bfbfbf;
}
.combox .cominfo h2::after{
	content: "";
	width: 55px;
	height: 5px;
	display: block;
	background-color: #2567c2;
}
.combox .cominfo .infoshow{
	font-size: 16px;
	line-height: 30px;
}
.combox .cominfo .infoshow a{
	margin-top: 8%;
	color: #fff;
	display: block;
	font-size: 36px;
	background-color: #005097;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #005097;
	transition: 0.3s;
}
.combox .cominfo .infoshow a:hover{
	color: #ef811e;
}

.comnum{
	margin-top: 11.8%;
	width: 150%;
	position: relative;
	z-index: 1;
	background-color: #005097;
	border-radius: 0 50px 0  0;
}
.comnum p{font-size: 16px;}
.comnum b{
	color: #fff;font-size: 16px;
	font-weight: 400;
	display: inline-block;
	background-color: #da251e;
	border-radius: 50%;
	width: 30px;height: 30px;
	line-height: 30px;
	vertical-align: top;
	transform: translate(-14px,-16px);


}
.comnum span{
	font-size: 54px;
	color: #e7e5e5;
	font-weight: bold;
}
.combox .comimg{
	display: block;
	margin-left: 10%;
	overflow: hidden;
}
.comimg img{
	max-width: 100%;
	object-fit: cover;
}
.cominfo .honor{
	width: 34%;
	max-width: 100%;
	transform: scale(1.1);
}
.numgo{width: 65%;max-width:100%;line-height: 35px;color: #fff;}
.numgo&gt;div{float: left;width: 33%;border-right: 1px solid #fff;text-align: center;}
.numgo&gt;div:last-child{border: none;}



.abouts{margin-bottom: 6%;}
.abouts .show{font-size: 16px;line-height: 35px;}
/*  setinfo */
.setinfo{
	padding-bottom: 3%;
}
.setinfo .inner{
	width: 97%;
}
.setinfo .honor{
	margin-left: 3%;
}
.setinfo .inner .name{background-color: #efefef;margin-bottom: 20px;}
.setinfo .inner .name h5{
	font-size: 24px;
	font-weight: bolder;
	display: inline-block;
	padding-right: 8px;
	background-color: #fff;
}
.setinfo .inner .name h5::after{
	content: "";
	display: block;
    width: 50px;
    height: 5px;
    background-color: #2567c3;
    margin-top: 10px;
}
.setinfo .inner  .shows{display: flex;justify-content: space-between;}
.setinfo .inner  .shows .imgbox{width: 48%;}
.setinfo .inner  .shows .imgbox img{width: 100%;height: 230px;object-fit: cover;}
/* news */
.news{
	padding:1% 0 2%;
	background-color: #fff;
}
.news .name .domore{
	font-size: 15px;
	color: #333;
	text-align: right;
	margin-top: 3%;
	text-transform: uppercase;
	position: relative;
	display: block;
}
.news .name .domore::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 2.5%;
	width: 10%;
	height: 2px;
	background-color: #333;
}
.news .left{
	width: 95%;
}
.news .left .time{
	line-height: 2;
	font-size: 16px;
}
.news .left img{
	width: 100%;
	object-fit: cover;
}
.news .left .news-cont{
	padding: 3.5% 0 1%;
	background-color: #fff;
}
.news .title p{color: #e2e3e6;}
.news .news-li h3{
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 3%;
	line-height: 2;
	transition: 0.3s;
}
.news .news-li .unm{
	line-height: 2;font-size: 18px;
}
.news .news-li a{
	color: #595959;
	transition: 0.3s;
}
.news .news-li a p{
	font-size: 14px;
    line-height: 28px;
    padding-bottom: 1%;
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 1%;
    margin-top: 2%;
}
.news .right ul{}
.news .right ul li{
	padding: 4.3% 0.5%;
	border-bottom: 1px dashed #888888;
}
.news .right ul li .time{
	color: #999999;
	background-color: #eeeeee;
	text-align: center;
	margin-right: 14%;
	transition: 0.3s;
	font-size: 30px;
	width: 68px;
	height: 68px;
	line-height: 68px;
	margin: auto;
	font-weight: bold;
	border-radius: 15px;
}
.news .right ul li .time p{
	font-size: 30px;
	text-align: center;
	border: none;
}
.news .right ul li .time time{
	color: #fff;
	width: 100%;
	font-size: 18px;
	line-height: 40px;
	font-weight: bolder;
	text-align: center;
	display: inline-block;
}
.news .right ul li p{
	border: none;
}
.news .right ul li:hover .time{
	color: #fff;
	background-color: rgba(245, 195, 0, 1);
}
.news .news-li a span{
	color: #005097;
	width: 100%;
	font-size: 17px;
	line-height: 40px;
	font-weight: bolder;
	display: inline-block;
	transition: 0.3s;
}
.news .news-li a time::before{
	content: "";
	width: 29%;
	vertical-align: middle;
	margin-right: 2%;
	display: inline-block;
	height: 3px;
	background-color: #fff;

}
.news .news-li a:hover span{
	margin-left: 5%;
}
.news .news-li a:hover h3{
	color: #2567c2;
}
.news-cont{
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
	background-color: #fafafa;
}
.newslist li{
	border-top: 1px solid #ccc;
	transition: 0.3s;
	padding: 2% 0 1% 1%;
}
.newslist li:last-child{
	border-bottom: 1px solid #ccc;
}
.newslist li h3{
	font-size: 26px;
	line-height: 3;
	color: #000;
}
.newslist li p{
	font-size: 15px;
	line-height: 30px;
}
.newslist li .mores{
	margin-top: 22%;
	font-size: 16px;
	display: inline-block;
	border-bottom: 1px solid #333;
	line-height: 35px;
}
.newslist li .mores span{
	font-size: 16px;
}
.newslist li .time{
	width: 70%;
	margin: auto;
	margin-top: 7%;
	border: 1px solid #ccc;
}
.newslist li:hover{
	background-color: #f0f0f0;
}
.newbody .news{
	background-color: #fff;
}
.newsconts .time{
	height: 50px;
    line-height: 50px;
	margin-top: 25px;
	color: #666;
    border-top: solid 1px #E6E6E6;
	border-bottom: solid 1px #E6E6E6;
	margin-bottom: 20px;
}
.newsconts .time .o{
	display: inline-block;
	margin-right: 20px;
}
.contenbox{
	font-size: 16px;
	font-family: "微软雅黑";
}
.newsconts .time span:last-child{}

#prev_next{margin: 10px 10px;clear: both;overflow: hidden; }
#prev_next li{margin: 10px 0;}
#prev_next li i{ margin-right: 5px; }
#prev_next li a:hover{ color: #2567c2; }
#prev_next li div{ display: inline-block; }
#prev_next li:first-child{float: left;}
#prev_next li:last-child{float: right;}


/*mesages*/
.de-message{ margin: 25px auto; overflow: hidden;}
#formData{
	width: 60%;
	min-width: 300px;
    margin:30px auto;
}
#formData form-tr{
    overflow: hidden;
}
#formData input{
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
}
#formData .error{
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
}
#formData .submit{
    margin-top: 15px;
    display: block;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #0056ab;
    color: #fff;
    font-size: 15px;
}
.form-tr .code {
    overflow: hidden;
}
#formData .form-tr .code input{
    width: 188px;
    float: left;
}
.form-tr .code .verify{
    cursor: pointer;
    float: left;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
 .form-tr .code .verify img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#formData textarea{
    display: block;
    width: 100%;
    padding: 5px 10px;
    height: 168px;
    border: 1px solid #e6e6e6;
}
.rig-title-over{
    text-align: center;
}

/*contact*/
.contact-list{ overflow: hidden; margin-top: 10px;}
.contact-list ul li {
  min-height: 36px;
  padding-left: 50px;
  font-size: 14px;
  color: #666;
  margin-bottom: 14px;
  word-wrap: break-word;
  line-height: 36px;
}
.contact-list ul li span {
  display: block;
  float: left;
  color: #999;
}
.contact-list ul li.icon-01 {
  background: url(../images/contact-icon-01.png) no-repeat left top;
}
.contact-list ul li.icon-02 {
  background: url(../images/contact-icon-02.png) no-repeat left top;
}
.contact-list ul li.icon-03 {
  background: url(../images/contact-icon-03.png) no-repeat left top;
}
.contact-list ul li.icon-04 {
  background: url(../images/contact-icon-04.png) no-repeat left top;
}
.contact-list ul li.icon-05 {
  background: url(../images/contact-icon-05.png) no-repeat left top;
}
.contact-list ul li.icon-06 {
  background: url(../images/contact-icon-06.png) no-repeat left top;
}
#dituContent {
	overflow: hidden;
	margin-top: 25px;
	width: 100%;
	height: 475px;
}

/* 分页 */
.de-page-mian {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin: 10px 0 35px;
    clear: both
}

.de-page-mian .page-inner {
    display: inline-block;
    overflow: hidden
}

.de-page-mian .page-inner a {
    display: block;
    width: auto !important;
    float: left;
    min-width: 26px;
    padding: 0 5px;
    margin: 0 5px;
    height: 36px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin-right: -1px;
    overflow: hidden
}

.de-page-mian .page-inner a.active,.de-page-mian .page-inner a:hover {
    color: #fff;
    border-color: #333;
    background: #333
}

.de-page-mian .page-inner a.prev {
    margin-right: 10px
}

.de-page-mian .page-inner a.prev::before {
    content: "&lt;&lt;";
    display: inline-block
}

.de-page-mian .page-inner a.prev:hover {
    border-color: #ddd
}

.de-page-mian .page-inner a.next {
    margin-left: 10px;
    margin-right: 15px
}

.de-page-mian .page-inner a.next::before {
    content: "&gt;&gt;";
    display: inline-block
}

.de-page-mian .page-inner a.next:hover {
    border-color: #ddd
}

.de-page-mian .page-inner a.page-btn {
    font-size: 12px;
    margin-right: 0;
    width: 63px;
    margin-left: 10px
}

.de-page-mian .page-inner span {
    display: block;
    font-size: 12px;
    color: #333;
    float: left;
    line-height: 38px
}

.de-page-mian .page-inner input {
    display: block;
    float: left;
    height: 36px;
    width: 36px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin: 0 5px
}

.comhome .abouts{margin-bottom: 2%;}
.comhome .comnum{
	margin-top: 0;
	width: 100%;
	padding: 1% 0px 1%;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
.comhome .comnum ul{
	display: flex;
	padding-bottom: 3%;
	justify-content: space-between;
}
.comhome .comnum ul li{
	padding: 20px 15px;
	width: 240px;
	text-align: center;
}
.comhome .comnum ul li p {
	color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.comhome .comnum ul li span{
	color: #fff;
}
.comhome .comimg img{
	width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.oth .product{padding-top: 0%;background: none;}
.comhome .company{padding: 0;}

.index .news .container{margin-top: 2.2%;}
/* footer */
footer .link{
	padding: 18px 0;
	border-top: 1px solid #d3d3d3;
	background-color: #f3f3f3;
}
footer .link  span{
	font-size: 18px;
}
footer .foot{
	padding: 36px 0 0;
	font-size: 14px;
	color: #fff;
	background-color: #282828;
}
footer .foot .codebox{
	display: flex;
    justify-content: space-around;
    text-align: center;
}
footer .foot .codebox p{line-height: 2;}
footer .foot .copy{
	margin-top: 11px;
	padding: 10px 0;
	line-height: 30px;
	border-top: 1px solid #5c5c5c;
}
footer .foot a{color: #fff;}
footer .foot ul li{line-height: 30px;}
footer .foot h5{
	width: 85%;
	color: #fff;
	line-height: 40px;
	padding-bottom: 8px;
	font-size: 18px;
	margin-bottom: 8px;
	border-bottom: 1px solid #fff;
}
.fotnav a{
	width: 23%;
	margin-top: 8px;
	margin-bottom: 15px;
	display: inline-block;
	transition: 0.3s;
}
.fotnav a:hover{color: #2567c3;}

.rightnav {
    position: fixed;
    right: 3%;
    top: 38%;
    z-index: 9
}

.rightnav li {
    position: relative;
    margin-bottom: 2px
}

.rightnav li a {
    border-radius: 50%;
}

.rightnav li:last-child {
    border: none
}
.rightnav li.weightcons {
    border: none
}

.weightcons a {
    border-radius: 15px;
}

.rightnav li a {
	color: #fff;   
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
    display: block;
    transition: .3s;
    background-color: #2567c3
}
.rightnav li a span{
	font-size: 23px;
}
.rightnav li a img {
    margin-bottom: 10px
}

.rightnav li&gt;a:hover {
    background-color: #2567c3
}
.rightnav .hover_con a {
    font-weight: bolder;width: 100%;
}

.rightnav li .hover_con {
    width: 166px;
    border-radius: 3px;
    position: absolute;
    left: -175px;
    color: #fff;
    text-align: center;
    background-color: #2567c3;
    padding: 5px;
    height: auto;
    top: 0;
    transform: rotateX(-90deg);
    transition: all .2s linear 0s;
    max-height: 140px
}
.rightnav li .hover_con img{
	margin: auto;
}

.rightnav li:hover .hover_con {
    left: -176px;
    transform: rotateY(0deg)
}
#plugin-contact-ring2{
	display: none;
}


@media (max-width:1450px){
	header .top::before{width: 10%;}

}
@media (max-width:1400px){
	.container{
		width: 1200px;
		max-width: 100%;
	}
	.probox ul li a{
		line-height: 42px;
	}
	.advinner .right .advinfo ul li{font-size: 14px;}
	.msgbox .text h3{font-size: 21px;}
	.company .combox::after{padding-bottom: 12%;}
}
@media (max-width:1200px){
	.advinner .title h2{font-size: 32px;}
	.advbox h6{font-size: 19px;}
	.advbox p{font-size: 14px;}
	.advbox .leftadv li span{font-size: 32px;}
	.advbox .leftadv li i{width: 60px;height: 55px;left: 6%;top: -10%;}
	.advbox .leftadv li .img{width: 70px;}

	.title p{font-size: 40px;}
	.msgbox{background-position: 70%;}
	.company .inner{width: 95%;}
	.comnum span{font-size: 40px;}
	header h1{max-width: 100%;}
	header .webtit{width: 47%;}
	.container{width: 100%;}
	.advbox .inner .title p{font-size: 110px;}
	.advinner .right .top p{font-size: 28px;}
	.msgbox .text h3{font-size: 18px;}
	.msgbox .consimg{font-size: 20px;}
}
@media (max-width:992px){
  .msgbox{font-size:14px;}
  
  
  
	.comimg img{width: 100%;height: 300px;}
	.comnum{margin-top: 4%;width: 100%;}
	.combox .name{margin-bottom: 2.5%;}
	.msgbox .text h3{font-size: 16px;}
	.advinner .right .advinfo h6{font-size: 24px;}
	.advinner .right .advinfo h6 span{font-size: 24px}
	.news .right ul li .time p{font-size: 20px;}
	.news .right ul li .time time{font-size: 16px;}
	.combox .comimg{margin-left: 0;}
	.company .inner{width: 100%; float: none;}
	.combox .cominfo{margin-top: 0;padding: 0 20px;}
	.advinner .right{
		margin-left: -15px;
	}
	.advinner .right .top p{font-size: 20px;}
	.headtop .topinfo{
		padding-right: 10px;
	}
	.mainbav&gt;li&gt;a{
		font-size: 14px;
	}
	.comnum ul li b{font-size: 32px;}
	.cominfo .infoshow{padding-left: 0;}
	.setinfo .inner{width: 100%; margin-bottom: 25px;}
	.setinfo .honor{margin-left: 0;}
	.cominfo{width: 100%;}
	.region .rebox p{font-size: 18px;}
	.region .rebox h6{font-size: 16px;}
	.probox ul li a{line-height: 24px;}
	.advbox .inner .title p{font-size: 78px;}
	.advbox .inner .title h4{font-size: 26px;}
	header .webtit{display: none;}
	header h1{width: 100%;}
	.title p{font-size: 50px;}
	.title h3{font-size: 26px;}
	.probox ul{margin-right: 0;}
	.probox .mores{margin-right: 0;}
	.advbox .inner .title{text-align: center;}
	.advbox .inner ul{width: 100%;}
	.setinfo .inner .shows .imgbox img{height: 175px;}
}
@media (max-width:767px){
	



	.newslist li h3{line-height: 25px;margin: 10px auto;font-size: 17px;}
	.newslist li p{font-size: 14px;line-height: 24px;}
	.newslist li .mores{margin-top: 1%;}
	.newslist li .time{margin-bottom: 7%;}

	.title span{line-height: 25px;margin: 15px 0;}
	.advbox h6{font-size: 15px;margin-top: 15px;}
	.advbox::after{display: none;}
	.advbox{padding: 2%  2%  12%;}
	.cominfo .honor{width: 100%;margin-bottom: 5%;transform:none;text-align: center;}
	.numgo{width: 100%;}
	.comnum span{font-size: 26px;}
	.comnum p,.comnum b{font-size: 14px;}
	.mainbav&gt;li.act::after{transform: none;}
	.header .tels span{font-size: 18px;line-height: 49px;}
	header .top::before,.header .tels p,.header .tels img{display:none;}
	.comnum{text-align: center;}
	.company{padding: 2% 5px 0;}
	.advbox{margin: 10px auto;}
	.advinner .right .advinfo h6{font-size: 24px;}
	.advinner .right .advinfo h6 span{font-size: 24px}
	.advinner .right .top p{font-size: 15px;}
	.advinner .right .top h5{font-size: 24px;}
	.news .right ul li .time time{line-height: 18px;}
	.news .right ul li .time{padding: 1% 0;margin-bottom: 5%;}
	.news .news-li a time::before{width: 0;}
	.news .right ul li{margin-bottom: 3%;}
	.news .left .news-cont{margin-bottom: 3%;}
	.news .left{width: 95%; margin: auto;}
	.advinner .left{margin-right: 0;}
	.advinner .left img{width: 100%;}
	.header h1{
		padding: 0 3%;
		margin-bottom: 2%;
	}
	/* footnav */
	#plugin-contact-ring2 {
		position: fixed;
		bottom: 0;	
		width: 100%;
		background: #037edb;
		left: 0;
		max-width: 750px;    
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		display: block;
	}

	#plugin-contact-ring2 li {
		display: block
	}

	#plugin-contact-ring2 #ring-list {
		overflow: hidden;
		margin-bottom: 0;
	}

	#plugin-contact-ring2 #ring-list li:active {
		background: rgba(0, 0, 0, .3);
		border-radius: initial
	}


	#plugin-contact-ring2 #ring-list li{
		width: 25%;
		float: left;
		text-align: center;
	}
	#plugin-contact-ring2 #ring-list li img{
		height: 35px;
	}
	#ring-list span{
		display: block;
		color: #fff;
		font-size: 16px;
		line-height: 2.3;
	}
	#plugin-contact-ring2 #ring-list .item a {
		display: block;
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		height: 80px;
		border-right: 1px solid #f7f7f7;
		padding-top: 10%;
	}
	footer{margin-bottom: 75px;}
	.goodscard .swiper-slide a img{width: 100%;}
	.rightnav{display: none;}
	/* #swiper-container1{height: auto;} */
	#formData .form-tr .code input{width: 120px;}
	/* #swiper-container1 .swiper-slide{height: auto;} */
	footer .foot h5{
		width: 100%;
	}
	.product .pronav{
		border: none;
		overflow: hidden;
	}
	.product .pronav li a{
		font-size: 14px;
	}
	.product .pronav li.on a{
		background: unset;
		color:#4a4a4a;
	}
	.product .pronav li{
		text-align: center;
		float: left;
		width: 33%;
		white-space: nowrap;
		border: 2px solid #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		background-color: #ededed;
	}
	.product .pronav li a{
		width: 92%;
		border: none;
		padding:8px 2px;
		overflow: hidden;
		text-overflow: ellipsis;
		background-color: #ededed;
	}
	.mainbav&gt;li&gt;a{font-size: 16px;color:#fff;}
	.crumbs a, .crumbs{font-size: 14px;}
	.fotnav a{width: 45%;}
	.advbox .inner .title p{font-size: 56px;}
	#prev_next li{width: 100%;}
	.advbox .inner .title h4,.cominfo h2,.newsconts h3{font-size: 20px;}
	.advbox .inner ul li{font-size: 18px;}
	.advbox .inner ul li p{
		font-size: 14px;
		line-height: 2;
	}
	.setinfo .inner .shows .imgbox img{height: 135px;}
	.comnum{padding: 0 5px 3%;}
	.combox{padding: 15px 5px 0;}

	.newslist li .time{width: 90%;}
	.comnum{margin-bottom: 25px;}
	.comnum ul{display: block;}
	.comnum ul li{width: 50%;float: left;}
	.comnum ul li p{font-size: 16px;}
	.comnum ul li b{font-size: 14px;}
	.comnum ul li span{font-size: 22px;}
  .comhome .comnum ul li p{font-size:14px;font-weight:100;}
	.title p{font-size: 32px;}

	.header{height: auto;padding-top: 7px;padding-bottom: 0px;}

	.mainbav&gt;li{width: 100%;}
	.mnav{
		position: relative;
		float: right;
		line-height: 10px;
		margin: 0;
		width: 51px;
		height: 46px;
		padding: 5px 10px;
		background-color: #037edb;
		overflow: hidden;
	}
	.mnav span{
		display: inline-block;
		width: 100%;
		background-color: #fff;
		height: 5px;
		border-radius: 5px;
	}
	.topnav{position: relative;}
	.mainbav{
		position: absolute;
		background: #2567c3;
		z-index: 10;
		left: 0;
		top: 100%;
		width: 100%;
	}
	.mainbav&gt;li::after{left: 0; width: 0;}
	.mainbav li{display: none;}
	.contenbox{font-size: 14px;}
	.combox .cominfo{padding: 0 10px;}
	.name{padding: 0 10px;}
	.goodall .telall{width: 100%;}

	.advbox .leftadv li{margin-bottom: 10px;margin-top:9%;}
	.advinner .right{text-align: left;}
	.advinner .right li .img{float: left;margin-top: 20px;}
  
  
          .case .casebox .box-fw .info p{font-size:14px;}
          .navbanner img{
              width: 100%;
              height: 170px;
              object-fit: cover;
          }
  .setinfo .inner .name h5{font-size:16px;}
  .msgbox .text{text-align:center;}
  footer .foot .codebox{display:none;}
  
}
@media (max-width:600px){
.msgbox{background-position: 85%;}
  
}
  
  
@media (max-width:500px){
	.header .tels{display: none;}
	.combox .name .gocom{margin-top: -25%;zoom: 0.7;}

	.advbox .inner ul li{background-size: 15%;}
	.setinfo .inner .shows .imgbox img{height: 95px;object-fit: cover;}
	.banner{padding-bottom: 50%;}
}
</pre></body></html>